Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
rewinddir
rewinddir
Rewind the directory handle
Name:
rewinddir
Category:
Directory functions
Programming Language:
php
One-line Description:
Reset the directory handle.
Related
Reasons Why PHP rewinddir() Doesn’t Work and How to Fix It
9
How to Efficiently Read Directory Content Using PHP's rewinddir and readdir Functions?
6
Similar Functions
chroot
chroot
Changetherootdirecto
readdir
readdir
Readentriesfromdirec
chdir
chdir
Changedirectory
rewinddir
rewinddir
Rewindthedirectoryha
scandir
scandir
Listfilesanddirector
dir
dir
Returnsaninstanceoft
getcwd
getcwd
Getthecurrentworking
closedir
closedir
Closethedirectoryhan
Popular Articles
Reasons Why PHP rewinddir() Doesn’t Work and How to Fix It
How to Efficiently Read Directory Content Using PHP's rewinddir and readdir Functions?